home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 March
/
PCWorld_2007-03_cd.bin
/
v cisle
/
pcwkillall
/
pcwKillEmAll.exe
/
Tools
/
pcwKillnetmeeting.bat
< prev
next >
Wrap
DOS Batch File
|
2006-09-18
|
2KB
|
37 lines
@echo off
REM Odstranφ Microsoft Netmeeting ve Windows 2000 a XP
del /Q %WINDIR%\SYSTEM32\DLLCACHE\callcont.dll
del /Q %WINDIR%\SYSTEM32\DLLCACHE\conf.exe
del /Q %WINDIR%\SYSTEM32\DLLCACHE\dcap32.dll
del /Q %WINDIR%\SYSTEM32\DLLCACHE\h323cc.dll
del /Q %WINDIR%\SYSTEM32\DLLCACHE\mst120.dll
del /Q %WINDIR%\SYSTEM32\DLLCACHE\mst123.dll
del /Q %WINDIR%\SYSTEM32\DLLCACHE\nac.dll
del /Q %WINDIR%\SYSTEM32\DLLCACHE\nmas.dll
del /Q %WINDIR%\SYSTEM32\DLLCACHE\nmasnt.dll
del /Q %WINDIR%\SYSTEM32\DLLCACHE\nmchat.dll
del /Q %WINDIR%\SYSTEM32\DLLCACHE\nmcom.dll
del /Q %WINDIR%\SYSTEM32\DLLCACHE\nmft.dll
del /Q %WINDIR%\SYSTEM32\DLLCACHE\nmoldwb.dll
del /Q %WINDIR%\SYSTEM32\DLLCACHE\nmwb.dll
del /Q %WINDIR%\SYSTEM32\DLLCACHE\rrcm.dll
del /Q %WINDIR%\SERVICEPACKFILES\I386\callcont.dll
del /Q %WINDIR%\SERVICEPACKFILES\I386\conf.exe
del /Q %WINDIR%\SERVICEPACKFILES\I386\dcap32.dll
del /Q %WINDIR%\SERVICEPACKFILES\I386\h323cc.dll
del /Q %WINDIR%\SERVICEPACKFILES\I386\mst120.dll
del /Q %WINDIR%\SERVICEPACKFILES\I386\mst123.dll
del /Q %WINDIR%\SERVICEPACKFILES\I386\nac.dll
del /Q %WINDIR%\SERVICEPACKFILES\I386\nmas.dll
del /Q %WINDIR%\SERVICEPACKFILES\I386\nmasnt.dll
del /Q %WINDIR%\SERVICEPACKFILES\I386\nmchat.dll
del /Q %WINDIR%\SERVICEPACKFILES\I386\nmcom.dll
del /Q %WINDIR%\SERVICEPACKFILES\I386\nmft.dll
del /Q %WINDIR%\SERVICEPACKFILES\I386\nmoldwb.dll
del /Q %WINDIR%\SERVICEPACKFILES\I386\nmwb.dll
del /Q %WINDIR%\SERVICEPACKFILES\I386\rrcm.dll
rundll32 setupapi,InstallHinfSection NetMtg.Remove 132 msnetmtg.inf
rd /Q /S %ProgramFiles%\netmeeting